home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Desktop Special Edition 1.1
/
SGI Desktop Special Edition 1.1.iso
/
dist
/
mmail.idb
/
usr
/
lib
/
Zmail
/
bin
/
zxwud.z
/
zxwud
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-13
|
158 b
|
11 lines
:
: Wrapper for xwud to hide bizarre exit status
output=`xwud ${1+"$@"} 2>&1`
if test -z "$output"
then
exit 0
else
echo "$output" 1>&2
exit 1
fi